From: Roger Pau Monné Date: Thu, 20 Oct 2022 14:37:29 +0000 (+0200) Subject: test/vpci: enable by default X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~113 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=e9444d87427a1ac4518ee0a62da5d8803262c6cb;p=xen.git test/vpci: enable by default CONFIG_HAS_PCI is not defined for the tools build, and as a result the vpci harness would never get build. Fix this by building it unconditionally, there's nothing arch specific in it. Reported-by: Andrew Cooper Signed-off-by: Roger Pau Monné Acked-by: Anthony PERARD Release-acked-by: Henry Wang --- diff --git a/tools/tests/Makefile b/tools/tests/Makefile index 33e32730c4..d99146d56a 100644 --- a/tools/tests/Makefile +++ b/tools/tests/Makefile @@ -10,7 +10,7 @@ SUBDIRS-$(CONFIG_X86) += x86_emulator endif SUBDIRS-y += xenstore SUBDIRS-y += depriv -SUBDIRS-$(CONFIG_HAS_PCI) += vpci +SUBDIRS-y += vpci .PHONY: all clean install distclean uninstall all clean distclean install uninstall: %: subdirs-%